ReconnectCallbackType
import { ReconnectCallbackType } from "@hyper-fetch/sockets"
Description
Defined in socket/socket.types.ts:22
Preview
type ReconnectCallbackType<SocketType> = (socket: SocketType) => void;
Structure
(socket: SocketType) => void